home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 66
/
Vol 66.iso
/
games
/
doodle_d.swf
/
scripts
/
DefineButton2_154
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2013-04-24
|
225b
|
13 lines
on(release){
if(points >= speedPrice2 && speedLimit < 8)
{
speedLimit++;
points -= speedPrice2;
speedPrice2 *= 2;
if(speedLimit == 8)
{
speedPrice2 = 0;
}
}
}